home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Comms & Internet / AutoShare4.1 / Samples / Scripts / James Berriman / Convert to Digest (BBEdit) / Convert to Digest - README < prev   
Text File  |  1996-11-15  |  1KB  |  24 lines

  1. Convert to Digest. By James Berriman, 18-APR-96
  2.  
  3. If your mail server starts creaking under the load generated by your lists, you can use this BBEdit script to convert the AutoShare Mailing List files to digest format.
  4.  
  5. AutoShare stores user preferences as comments after the user's Name. Like this:
  6.  
  7. john@domain.name (John Smith..1)
  8.  
  9. This script simply uses BBEdit's grep command to convert each subscriber's options to noconceal, digest, mail and noack.
  10.  
  11. If you want to play, the options are:
  12.  
  13. 0 = conceal
  14. 1 = digest
  15. 2 = nomail
  16. 3 = acknowledge
  17.  
  18. To use, place the script in the BBEdit Scripts folder, open your master list file and select Convert to Digest from the Script menu.
  19.  
  20. Job Done!
  21.  
  22. TIP: If you want a list to remain digest only, you can disable the 'set' command for that list. The normal 'set' file in your docs:autoshare folder contains a /=set token which enables the command. Create a new text file called 'set.listname'. Omit the /=set token and subscribers will not be able to change their list options. 
  23.  
  24. ( :-])  James Berriman <james@dcl.co.uk>